* Bump org.seleniumhq.selenium:selenium-bom from 4.28.1 to 4.29.0
Bumps [org.seleniumhq.selenium:selenium-bom](https://github.com/SeleniumHQ/selenium) from 4.28.1 to 4.29.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.29.0)
---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix broken unit test
Root cause: SeleniumHQ/selenium#15200
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valery Yatsynovich <valery_yatsynovich@epam.com>
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Motivation and Context
Related to #11736
Types of changes
Checklist
PR Type
Enhancement, Bug fix, Tests
Description
Removed Firefox CDP (Chrome DevTools Protocol) support across all bindings.
FirefoxDriverimplementations in Java, .NET, Python, Ruby, and JavaScript.Transitioned to WebDriver BiDi as the recommended protocol for Firefox.
Updated and removed tests related to Firefox CDP.
Changes walkthrough 📝
7 files
Removed Firefox CDP support and related capabilitiesRemoved CDP-related capability from Firefox optionsRemoved CDP support and related methods from .NET FirefoxDriverRemoved Firefox CDP support and added error for usageRemoved CDP support from Ruby FirefoxDriverRemoved Firefox CDP support and added error for usageRemoved CDP-related methods from Ruby type signatures4 files
Removed Firefox-specific CDP test annotationsRemoved Firefox from CDP-related testsRemoved Firefox-specific CDP testsRemoved Firefox-specific CDP warnings in tests1 files
Removed Firefox from CDP test configurations